func runtime.isPinned

8 uses

	runtime (current package)
		cgocall.go#L652: 		if !top && !isPinned(p) {
		cgocall.go#L663: 		if !top && !isPinned(p) {
		cgocall.go#L678: 		if !top && !isPinned(ss.str) {
		cgocall.go#L707: 		if !top && !isPinned(p) {
		cgocall.go#L733: 			if cgoIsGoPointer(pp) && !isPinned(pp) {
		cgocheck.go#L54: 	if isPinned(src) {
		cgocheck.go#L173: 				if cgoIsGoPointer(v) && !isPinned(v) {
		pinner.go#L125: func isPinned(ptr unsafe.Pointer) bool {